-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xmedcon : proposals for nix systems without gnome #250800
Conversation
Hi, The wrapGAppsHook seems needed on systems without gnome. Otherwise gui crashes (see also issue 16285) The homepage is set to the main url. A shell hook is added to get those required schemas in a nix-shell. The hicolor-icon-theme is added due to warnings of not finding icon(s) (optional). Greetings, |
nativeBuildInputs = [ pkg-config ]; | ||
nativeBuildInputs = [ pkg-config wrapGAppsHook ]; | ||
|
||
shellHook = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we set shellHook anywhere in nixpkgs, and I don't think we patch in random icon themes either. These are usually picked up ambiently from the environment, so I'd skip that part.
nativeBuildInputs = [ pkg-config ]; | ||
nativeBuildInputs = [ pkg-config wrapGAppsHook ]; | ||
|
||
shellHook = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
Closing as abandoned. |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)